home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
The Atari Compendium
/
The Atari Compendium (Toad Computers) (1994).iso
/
files
/
umich
/
telecomm
/
fnordadl
/
fn132src.zoo
/
scripts
/
makedist
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
1991-09-02
|
365 b
|
14 lines
# Script to build a full Fnordadel distribution
# NeXT version
if ("$1" != '') then
cd bin
find . -type f -print | zoo21 ahI ../fn$1bin.zoo
cd ../man
find . -type f -print | zoo21 ahI ../fn$1man.zoo
cd ../src
find . -type f -print | zoo21 ahI ../fn$1src.zoo
cd ..
else
echo 'usage: makedist xyz (where xyz as in version x.yz)'
endif